翻訳と辞書
Words near each other
・ Asterios Giakoumis
・ Asterios Karagiannis
・ Asterios Polyp
・ Asteris Koutoulas
・ Asteriscium
・ Asteriscus
・ Asteriscus (plant)
・ Asteriscus sericeus
・ Asterisk
・ Asterisk (disambiguation)
・ Asterisk (liturgy)
・ Asterisk (PBX)
・ Asterisk (song)
・ Asterisk Animation
・ Asterisk Art Project
Asterisk Gateway Interface
・ Asterisks (festival)
・ Asterism
・ Asterism (astronomy)
・ Asterism (gemology)
・ Asterism (typography)
・ Asteritea
・ Asterius
・ Asterius (comes Hispanorum)
・ Asterius of Amasea
・ Asterius of Caesarea
・ Asterius of Ostia
・ Asterius of Petra
・ Asterius the Sophist
・ Asterius, Claudius and Neon


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Asterisk Gateway Interface : ウィキペディア英語版
Asterisk Gateway Interface
Asterisk Gateway Interface (AGI) is a software interface and communications protocol for application level control of selected features of the Asterisk PBX.
AGI allows an external, user-written program, launched from the Asterisk dial plan via pipes to control telephony operations on its associated control and voice channels. It is similar to the CGI feature of web servers in allowing any language to be used for writing the external program which communicates with Asterisk via stdin and stdout.
While the initial feature set of AGI included only a procedural control of Asterisk operations via commands and response handshake, Enhanced AGI (EAGI) also provided out-of-band access to the incoming audio stream.
FastAGI is an extension to AGI which allows the external program to run at a separate network host to avoid the overhead of creating a new process for every call on the Asterisk server. It uses a TCP socket for communication to the external host which provides the function of an AGI service, in a manner of the client–server model. The default TCP port for FastAGI is 4573. Similar to HTTP uniform resource identifiers (URIs), FastAGI employs a URI format of.agi://hostname()()
The AGI feature set of Asterisk is implemented as an Asterisk loadable module (''res agi'').
== Software Interfaces ==
There are many libraries, that greatly simplifies development process of AGI scripts.
The most interesting of them is:
#(phpagi )
#Perl AGI Library
#(CAGI )
#(NanoAGI )
#(PyST )

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Asterisk Gateway Interface」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.